SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 51865: An invalid format of DATE28. is generated by the IMPORT procedure, the Import Wizard, and EFI

DetailsAboutRate It

When the IMPORT procedure, the Import Wizard, or EFI encounters a datetime value that contains multiple zeros in the time portion, a format of DATE28. is assigned to the value. An example of a datetime value with the DATE28. format assigned is 02-DEC-13 12.00.00.000000 AM.

The DATE28. format is invalid because the width portion of the format is larger than the maximum width of 11. An error message like the following is returned for the FORMAT statement in the generated DATA step code in the SAS log:

ERROR 29-185: Width specified for format DATE is invalid.

If you are using the IMPORT procedure in SAS® 9.3 or later to read an external file, you can do one of the following to circumvent the problem:

  • Recall the generated DATA step code from the SAS log if you are running SAS interactively. Modify the INFORMAT and FORMAT statements for the variable with the invalid width by changing the informat and format to DATETIME28. in both statements. You can recall the generated DATA step code after running PROC IMPORT by selecting RunRecall Last Submit from the SAS menu bar.
  • Use a DATA step with INFILE and INPUT statements to read the external file instead of using the IMPORT procedure.


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASMicrosoft Windows Server 2003 Enterprise Edition9.3 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.3 TS1M0
Microsoft® Windows® for x649.3 TS1M09.4 TS1M2
Microsoft Windows Server 2003 Standard Edition9.3 TS1M0
Microsoft Windows Server 2003 for x649.3 TS1M0
Microsoft Windows Server 20089.3 TS1M09.4 TS1M2
Microsoft Windows Server 2008 R29.3 TS1M09.4 TS1M2
Microsoft Windows Server 2008 for x649.3 TS1M09.4 TS1M2
Microsoft Windows XP Professional9.3 TS1M0
Windows 7 Enterprise 32 bit9.3 TS1M09.4 TS1M2
Windows 7 Enterprise x649.3 TS1M09.4 TS1M2
Windows 7 Home Premium 32 bit9.3 TS1M09.4 TS1M2
Windows 7 Home Premium x649.3 TS1M09.4 TS1M2
Windows 7 Professional 32 bit9.3 TS1M09.4 TS1M2
Windows 7 Professional x649.3 TS1M09.4 TS1M2
Windows 7 Ultimate 32 bit9.3 TS1M09.4 TS1M2
Windows 7 Ultimate x649.3 TS1M09.4 TS1M2
Windows Vista9.3 TS1M0
Windows Vista for x649.3 TS1M0
64-bit Enabled AIX9.3 TS1M09.4 TS1M2
64-bit Enabled HP-UX9.3 TS1M09.4 TS1M2
64-bit Enabled Solaris9.3 TS1M09.4 TS1M2
HP-UX IPF9.3 TS1M09.4 TS1M2
Linux9.3 TS1M09.4 TS1M2
Linux for x649.3 TS1M09.4 TS1M2
Solaris for x649.3 TS1M09.4 TS1M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.